@charset "utf-8"; 
/* form,h1,h2,h3,h4,h5,dd,dt,dl,ul,li,p,div { color:#333; font-size:12px; font:12px/1.5 微软雅黑,宋体,tahoma,arial,宋体; line-height:16px; margin:0; padding:0; list-style:none; font-weight:normal; text-align:left} */
A:link {text-decoration: none; color: #000;}       
A:visited {text-decoration: none; color: #333;}      
A:active {text-decoration: none; color: #333;}      
A:hover {text-decoration: none; color:#a20000;}

/*===左侧===*/
.leftwidth1 { 
	width:195px;
}
.category{
	margin-top:10px;
	margin-bottom:10px; 
}

.category dl{
	margin:10px;
}
.category dt  a{
    height: 52px;
    font-size: 17px;
    color: #fff;
    line-height: 52px;
    display: block;
    font-weight: bold;
    text-align: center;
}
	
.category dt {
	background: url(../images/list.jpg);
    height: 52px;
    width: 252px;
    margin: 15px 25px 5px 25px;
}
.category dd { 
	line-height: 25px; 
	overflow: hidden; 
	padding: 0 0 0 20px;
}
.category dd { 
	display: none;
	height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #dcdcdc;
}
.category dd a { 
	color: #333;
    font-size: 15px;
    text-align: left;
    padding-left: 40px;
    font-weight: bold;
}
.category .fold,.category .unfold {
	background: url(../images/jj.png) no-repeat scroll 0 0 transparent;
}
.category .fold {
	background-position: -15px -8px; 
	cursor: pointer; 
	float: left; 
	height:20px; 
	width:20px; 
	margin: 17px 0 17px 17px;
}
.category .unfold { 
	background-position: -15px -51px; 
	cursor: pointer; 
	float: left; 
	height: 20px; 
	width: 20px; 
}


